cargo.git
2014-07-01 Yehuda KatzImprovements based on the review
2014-07-01 Yehuda KatzMeta-packages
2014-06-30 borsauto merge of #86 : alexcrichton/cargo/issue-77, r...
2014-06-30 Alex CrichtonDon't infinitely recurse on cyclic path deps
2014-06-30 borsauto merge of #87 : alexcrichton/cargo/toml-warnings...
2014-06-30 borsauto merge of #83 : huonw/cargo/manifest-search, r...
2014-06-30 Huon WilsonCheck for the existence of Cargo.toml when reading...
2014-06-29 Huon WilsonGeneralise `find_project` to not always search parents.
2014-06-29 borsauto merge of #90 : brson/cargo/fix, r=alexcrichton
2014-06-29 Brian AndersonRevert "Merge pull request #89 from rust-lang/revert...
2014-06-29 Brian AndersonMerge pull request #89 from rust-lang/revert-88-fix
2014-06-29 Brian AndersonRevert "Basic URL canonicalization. Fixes #84"
2014-06-29 Brian AndersonMerge pull request #88 from brson/fix
2014-06-29 Brian AndersonFuture proof URL canonicalization tests
2014-06-28 Brian AndersonAdd tests for URL canonicalization and canonicalize...
2014-06-28 Brian AndersonAdd a hack to make github urls case-insensitive. Fixes #84
2014-06-28 Brian AndersonAccount for trailing / in URLs when determining on...
2014-06-28 Alex CrichtonWarn about unused TOML keys
2014-06-28 borsauto merge of #75 : samebchase/cargo/add-help-for-test...
2014-06-28 borsauto merge of #81 : alexcrichton/cargo/fix-windows...
2014-06-28 Alex CrichtonUse a custom rm_rf to paper over windows git funkiness
2014-06-27 borsauto merge of #78 : huonw/cargo/minor-de-.unwrapping...
2014-06-27 Huon WilsonRemove/refactor some .unwraps.
2014-06-27 Huon Wilsons/,/:/ in what appears to be JSON.
2014-06-27 Samuel ChaseRemove superfluous newline
2014-06-27 Samuel ChaseAdd command line help text for new subcommand 'cargo...
2014-06-27 borsauto merge of #72 : Arcterus/cargo/master, r=alexcrichton
2014-06-27 ArcterusError out on ssh dependencies (fixes #55)
2014-06-27 borsauto merge of #70 : alexcrichton/cargo/buildbot, r...
2014-06-27 Alex CrichtonPrepare for buildbot automation
2014-06-27 Yehuda Katz... Fix temporary error message to be clearer
2014-06-26 Yehuda Katz... 100 chars
2014-06-26 Tim Carey-SmithAdd cargo test
2014-06-25 Yehuda KatzMerge pull request #64 from alexcrichton/no-recompile...
2014-06-25 Alex CrichtonDon't recompile nested deps too frequently
2014-06-25 Yehuda KatzMerge pull request #56 from alexcrichton/fix-windows...
2014-06-25 Alex CrichtonIgnore \r in output matching
2014-06-25 Alex CrichtonFix lots of windows tests
2014-06-25 Alex CrichtonSwitch the process builder to starting from ToCStr
2014-06-25 Alex CrichtonFix rm_rf on windows
2014-06-25 Alex CrichtonDisable terminal tests on windows
2014-06-25 Alex CrichtonMove from all-URL to Path/URL enum
2014-06-25 Alex CrichtonFix the toml-rs build location
2014-06-25 Alex CrichtonUse correct path separator on windows
2014-06-25 Alex CrichtonMerge pull request #63 from dtrebbien/patch-update...
2014-06-25 Daniel TrebbienUpdate libs/toml-rs
2014-06-25 Alex CrichtonMerge pull request #59 from mcpherrinm/nobloat
2014-06-25 Alex CrichtonMerge pull request #53 from huonw/version-error
2014-06-25 Huon WilsonHandle misformatted versions with a nicer error message.
2014-06-24 Carl LercheRename make distclean -> clean-all
2014-06-24 Yehuda KatzAdd support for branch/tag/rev options
2014-06-24 Yehuda KatzUpdate README.md
2014-06-24 Yehuda KatzMerge pull request #49 from o11c/install-paths
2014-06-24 Yehuda KatzMerge pull request #48 from gilles-leblanc/issue40
2014-06-24 Gilles LeblancRemoves vagrant files from project
2014-06-24 Brian AndersonMerge pull request #50 from alexcrichton/license
2014-06-24 Alex CrichtonAdd the standard Rust Apache/MIT license
2014-06-24 Ben LongbonsCorrect installation to follow standards
2014-06-24 Alex CrichtonClarify `make install` exists as a target
2014-06-24 Yehuda KatzUpdate README.md
2014-06-24 Yehuda KatzMerge pull request #31 from alexcrichton/hotfix-windows2
2014-06-24 Alex CrichtonWork around \-characters on Windows for now
2014-06-24 Yehuda KatzRename cargo-compile to cargo-build
2014-06-24 Yehuda KatzOnly force update git if -u is passed
2014-06-24 Yehuda KatzAllow absent git version
2014-06-24 Carl LercheGitSource delegates to PathSource for path ops
2014-06-24 Yehuda KatzFix the README
2014-06-23 Yehuda KatzSupport [package] or [project]
2014-06-23 Yehuda KatzMerge pull request #29 from cmr/make-install
2014-06-23 Carl LercheSpecify the SourceId that the path source represents
2014-06-23 Corey RichardsonMakefile: support install, makes packaging easier
2014-06-23 Yehuda KatzMerge pull request #28 from alexcrichton/new-toml
2014-06-23 Alex CrichtonMove from rust-toml to toml-rs
2014-06-23 Alex CrichtonFix long lines
2014-06-23 Alex CrichtonFix a red test
2014-06-22 Yehuda KatzSimplify flags
2014-06-22 Yehuda KatzImprove error messages
2014-06-22 Yehuda KatzMore shell refactoring
2014-06-22 Yehuda KatzThread the shell through more of the system
2014-06-22 Yehuda KatzTerminal colors
2014-06-21 Yehuda KatzAdds initial usage support
2014-06-21 Yehuda KatzImprove error messages
2014-06-21 Yehuda KatzMake try! an extended version of std::try!
2014-06-21 Tim Carey-Smith... Handle some errors better
2014-06-20 Yehuda KatzMerge pull request #25 from alexcrichton/fingerprints
2014-06-20 Alex CrichtonDon't rebuild dependencies if they haven't changed
2014-06-20 Yehuda KatzMerge pull request #23 from alexcrichton/crate-types
2014-06-20 Alex CrichtonInvoke rustc only once for multiple crate types
2014-06-20 Yehuda KatzMerge pull request #24 from alexcrichton/style
2014-06-20 Alex CrichtonUpdate to rust style guidelines
2014-06-19 Alex CrichtonGet travis working on OSX
2014-06-19 Yehuda KatzAdd --verbose cause chain support
2014-06-19 Alex CrichtonMerge pull request #18 from erickt/master
2014-06-19 Yehuda KatzMerge pull request #22 from alexcrichton/make
2014-06-19 Alex CrichtonUpdate hammer.rs
2014-06-19 Alex CrichtonAdd a .travis.yml
2014-06-19 Alex CrichtonRun tests in parallel
2014-06-19 Alex CrichtonMake CARGO_BIN_PATH optional for tests
2014-06-19 Alex CrichtonAllow custom precompile commands
2014-06-19 Alex CrichtonProvide more context on process errors
next